home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS26.ADF / SoundScape / Include / mouse.h < prev    next >
C/C++ Source or Header  |  1989-01-26  |  339b  |  21 lines

  1. /*    MOUSE.H        State structure for MouseBender
  2.  
  3.     (c) 1986    Todor Fay
  4.  
  5. */
  6.  
  7. struct MouseState {
  8.     long length;
  9.     long pitchbendx;
  10.     long pitchbendy;
  11.     long pitchbendscale;
  12.     long atouchx;
  13.     long atouchy;
  14.     long atouchscale;
  15.     long controlx;
  16.     long controly;
  17.     long controlnum;
  18.     long controlscale;
  19.     long midichannel;
  20. };
  21.